Xbasic

A5_HTML_EDITOR3 Function

Syntax

Window_Title as C = a5_html_editor3([C tabname [,C incoming_html_code [,C default_ext [,L use_toolbars [,C filename ]]]]])

Arguments

tabname

Character

incoming_html_code

Character

default_ext

Character

use_toolbars

Logical

filename

Character

Description

Opens the HTML Editor and returns the title of the window that was created.

Discussion

Example

dim html as C
html = file.to_string("C:\Documents\Edit_Help\!--Alpha_Five_Help_Title.htm")
a5_html_editor3("Source", html, ".htm", .t., "Title_page.htm")
images/UG_HTML_Editor_3.gif

Limitations

Desktop applications only.

See Also